diff options
Diffstat (limited to 'kcron/ktapp.h')
-rw-r--r-- | kcron/ktapp.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kcron/ktapp.h b/kcron/ktapp.h index c42ad06..37a830b 100644 --- a/kcron/ktapp.h +++ b/kcron/ktapp.h @@ -125,7 +125,7 @@ public slots: /** * Pop up an edit menu. */ - void slotEdit(const QPoint& qp); + void slotEdit(const TQPoint& qp); /** * Put the marked objects on the clipboard and remove it from the @@ -182,7 +182,7 @@ public slots: * Changes the status bar contents for the standard label permanently; * used to indicate current actions. */ - void slotStatusMsg(const QString & text); + void slotStatusMsg(const TQString & text); /** * Changes the status message of the whole status bar for two seconds, @@ -190,7 +190,7 @@ public slots: * messages that give information about actions for toolbar icons and * menu entries. */ - void slotStatusHelpMsg(const QString & text); + void slotStatusHelpMsg(const TQString & text); /** Enables/disables modification buttons */ @@ -223,7 +223,7 @@ private: /** * Get application caption. */ - QString caption(); + TQString caption(); /** * Initialize actions. |