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/doc/Mainpage.dox | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'karm/doc/Mainpage.dox') diff --git a/karm/doc/Mainpage.dox b/karm/doc/Mainpage.dox index 4bb930f3f..44aae4eea 100644 --- a/karm/doc/Mainpage.dox +++ b/karm/doc/Mainpage.dox @@ -12,7 +12,7 @@ up the status bar, and handles many of the signal-to-slot connections. It holds a pointer to the TaskView and Preferences objects and implements the %Karm's DCOP interface (defined in KarmDCOPIface). -TaskView does most of the work in the application. This KListView subclass +TaskView does most of the work in the application. This TDEListView subclass sets up the columns in the list, the idle detection timer, the auto save timer, and the desktop tracker. It starts and stops timers, handles importing and exporting and displays the edit task dialog in response to user action. @@ -47,7 +47,7 @@ connections. See \see connections to get an index of what signal is connected to AddTaskDialog       Y IdleTimer Y Y Y   - KAccelMenuWatch   Y   Y + TDEAccelMenuWatch   Y   Y Karm Y Y Y   KarmTray   Y Y   KarmWindow     Y   @@ -92,7 +92,7 @@ These are the Q_SIGNALS:
  • IdleTimer::startIdleDetection()
  • IdleTimer::stopIdleDetection()
  • IdleTimer::toggleOverAllIdleDetection(bool) -
  • KAccelMenuWatch::updateMenus() +
  • TDEAccelMenuWatch::updateMenus()
  • Karm::changeTimer(QListViewItem*)
  • Karm::deleteTask()
  • Karm::editTask() @@ -156,7 +156,7 @@ These are the Q_SIGNALS:
  • AddTaskDialog::enterWhatsThis()
  • AddTaskDialog::slotAbsolutePressed()
  • AddTaskDialog::slotRelativePressed() -
  • KAccelMenuWatch::removeDeadMenu() +
  • TDEAccelMenuWatch::removeDeadMenu() */ @@ -171,7 +171,7 @@ These are the Q_SIGNALS: AddTaskDialog _relativeRB QRadioButton clicked() this slotRelativePressed AddTaskDialog whatsThisBU QPushButton clicked() this enterWhatsThis IdleTimer _timer QTimer timeout() this check -KAccelMenuWatch menu QPopupMenu destroyed() this removeeDeadMenu +TDEAccelMenuWatch menu QPopupMenu destroyed() this removeeDeadMenu Karm this Karm__QListView doubleClicked() this changeTimer Karm _minuteTimer QTimer timeout() this minuteUpdate Karm _idleTimer IdleTimer extractTime() this extractTime @@ -195,18 +195,18 @@ These are the Q_SIGNALS: KarmWindow _karm Karm timerTick() this updateTime KarmWindow _karm Karm timerActive() this setActiveIcon KarmWindow _karm Karm timerInactive() this setInactiveIcon -KarmWindow KStdAction__quit KAction __() this quit -KarmWindow KStdAction__print KAction __() this print -KarmWindow KStdAction__keyBindings KAction __() this keyBindings -KarmWindow KStdAction__preferences KAction __() _preferences showDialog -KarmWindow KStdAction__save KAction __() _preferences save -KarmWindow actionResetSession KAction __() this resetSessionTime -KarmWindow actionStart KAction __() _karm startTimer -KarmWindow actionStop KAction __() _karm stopCurrentTimer -KarmWindow actionNew KAction __() _karm newTask -KarmWindow actionNewSub KAction __() _karm newSubTask -KarmWindow actionDelete KAction __() _karm deleteTask -KarmWindow actionEdit KAction __() _karm editTask +KarmWindow KStdAction__quit TDEAction __() this quit +KarmWindow KStdAction__print TDEAction __() this print +KarmWindow KStdAction__keyBindings TDEAction __() this keyBindings +KarmWindow KStdAction__preferences TDEAction __() _preferences showDialog +KarmWindow KStdAction__save TDEAction __() _preferences save +KarmWindow actionResetSession TDEAction __() this resetSessionTime +KarmWindow actionStart TDEAction __() _karm startTimer +KarmWindow actionStop TDEAction __() _karm stopCurrentTimer +KarmWindow actionNew TDEAction __() _karm newTask +KarmWindow actionNewSub TDEAction __() _karm newSubTask +KarmWindow actionDelete TDEAction __() _karm deleteTask +KarmWindow actionEdit TDEAction __() _karm editTask Task _timer QTimer timeout() this updateActiveIcon -- cgit v1.2.1