diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:14:12 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:14:12 -0600 |
commit | fd5d099065a748cac49e20a13481f85666c53c71 (patch) | |
tree | a0f1672cd88eb0e69b9ddc2ed9b08ecd98538bd3 /karm/mainwindow.h | |
parent | b440a9c608596cd88efdb3bfa4661c5e37efbe4b (diff) | |
download | tdepim-fd5d099065a748cac49e20a13481f85666c53c71.tar.gz tdepim-fd5d099065a748cac49e20a13481f85666c53c71.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'karm/mainwindow.h')
-rw-r--r-- | karm/mainwindow.h | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/karm/mainwindow.h b/karm/mainwindow.h index ba1194f4a..c1504e98f 100644 --- a/karm/mainwindow.h +++ b/karm/mainwindow.h @@ -7,8 +7,8 @@ #include <karmdcopiface.h> #include "reportcriteria.h" -class KAccel; -class KAccelMenuWatch; +class TDEAccel; +class TDEAccelMenuWatch; class KarmTray; class TQListViewItem; class TQPoint; @@ -33,23 +33,23 @@ class MainWindow : public KParts::MainWindow, virtual public KarmDCOPIface TQString _hasTask( Task* task, const TQString &taskname ) const; Task* _hasUid( Task* task, const TQString &uid ) const; - KAccel* _accel; - KAccelMenuWatch* _watcher; + TDEAccel* _accel; + TDEAccelMenuWatch* _watcher; TaskView* _taskView; long _totalSum; long _sessionSum; Preferences* _preferences; KarmTray* _tray; - KAction* actionStart; - KAction* actionStop; - KAction* actionStopAll; - KAction* actionDelete; - KAction* actionEdit; - KAction* actionMarkAsComplete; - KAction* actionMarkAsIncomplete; - KAction* actionPreferences; - KAction* actionClipTotals; - KAction* actionClipHistory; + TDEAction* actionStart; + TDEAction* actionStop; + TDEAction* actionStopAll; + TDEAction* actionDelete; + TDEAction* actionEdit; + TDEAction* actionMarkAsComplete; + TDEAction* actionMarkAsIncomplete; + TDEAction* actionPreferences; + TDEAction* actionClipTotals; + TDEAction* actionClipHistory; TQString m_error[ KARM_MAX_ERROR_NO + 1 ]; friend class KarmTray; |