summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--kabc/distributionlisteditor.cpp4
-rw-r--r--kaddressbook/tr.h2
-rw-r--r--korganizer/tr.h2
3 files changed, 8 insertions, 0 deletions
diff --git a/kabc/distributionlisteditor.cpp b/kabc/distributionlisteditor.cpp
index bad1efc..9f5840b 100644
--- a/kabc/distributionlisteditor.cpp
+++ b/kabc/distributionlisteditor.cpp
@@ -13,25 +13,29 @@
13 Library General Public License for more details. 13 Library General Public License for more details.
14 14
15 You should have received a copy of the GNU Library General Public License 15 You should have received a copy of the GNU Library General Public License
16 along with this library; see the file COPYING.LIB. If not, write to 16 along with this library; see the file COPYING.LIB. If not, write to
17 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 17 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA. 18 Boston, MA 02111-1307, USA.
19*/ 19*/
20 20
21#include <qlistview.h> 21#include <qlistview.h>
22#include <qlayout.h> 22#include <qlayout.h>
23#include <qpushbutton.h> 23#include <qpushbutton.h>
24#include <qcombobox.h> 24#include <qcombobox.h>
25#ifdef DESKTOP_VERSION
25#include <qinputdialog.h> 26#include <qinputdialog.h>
27#else
28#include <qtcompat/qinputdialog.h>
29#endif
26#include <qbuttongroup.h> 30#include <qbuttongroup.h>
27#include <qradiobutton.h> 31#include <qradiobutton.h>
28 32
29#include <klocale.h> 33#include <klocale.h>
30#include <kdebug.h> 34#include <kdebug.h>
31 35
32#include "addressbook.h" 36#include "addressbook.h"
33#include "addresseedialog.h" 37#include "addresseedialog.h"
34#include "distributionlist.h" 38#include "distributionlist.h"
35 39
36#include "distributionlisteditor.h" 40#include "distributionlisteditor.h"
37 41
diff --git a/kaddressbook/tr.h b/kaddressbook/tr.h
new file mode 100644
index 0000000..981e2c1
--- a/dev/null
+++ b/kaddressbook/tr.h
@@ -0,0 +1,2 @@
1#include <klocale.h>
2#define tr i18n
diff --git a/korganizer/tr.h b/korganizer/tr.h
new file mode 100644
index 0000000..981e2c1
--- a/dev/null
+++ b/korganizer/tr.h
@@ -0,0 +1,2 @@
1#include <klocale.h>
2#define tr i18n