diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:25:18 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:25:18 +0000 |
commit | aa3a1ca934bc541bddd3fa136a85f106f7da266e (patch) | |
tree | 9ad0b795aed8fa4ac30c2fe0fd1aacb8175714c0 /kcron/ktapp.h | |
parent | b10cf7066791a2f362495890cd50c984e8025412 (diff) | |
download | tdeadmin-aa3a1ca934bc541bddd3fa136a85f106f7da266e.tar.gz tdeadmin-aa3a1ca934bc541bddd3fa136a85f106f7da266e.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeadmin@1157635 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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. |