-rw-r--r-- | kabc/distributionlisteditor.cpp | 4 | ||||
-rw-r--r-- | kaddressbook/tr.h | 2 | ||||
-rw-r--r-- | korganizer/tr.h | 2 |
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 | |||
@@ -22,7 +22,11 @@ | |||
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 | ||
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 | ||