From fd5d099065a748cac49e20a13481f85666c53c71 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:14:12 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- karm/mainwindow.h | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'karm/mainwindow.h') 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 #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; -- cgit v1.2.1