diff options
Diffstat (limited to 'korganizer/korganizer.h')
-rw-r--r-- | korganizer/korganizer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korganizer/korganizer.h b/korganizer/korganizer.h index 76505f7f..e569a906 100644 --- a/korganizer/korganizer.h +++ b/korganizer/korganizer.h @@ -64,7 +64,7 @@ typedef KParts::MainWindow KPartsMainWindow; */ class KOrganizer : public KPartsMainWindow, public KOrgMainWindow { - Q_OBJECT + TQ_OBJECT public: /** @@ -104,7 +104,7 @@ class KOrganizer : public KPartsMainWindow, public KOrgMainWindow protected slots: - /** using the TDEConfig associated with the kapp variable, read in the + /** using the TDEConfig associated with the tdeApp variable, read in the * settings from the config file. */ void readSettings(); |