diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-25 12:23:23 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-25 12:28:34 +0900 |
commit | 33c7d159890b81da8f44ee330a349e3abd553bec (patch) | |
tree | 4ca5c12ef5848d45ef05de99e51763b0a2de22e3 /khotkeys | |
parent | eef7c094ea9c14a5e0f523adf341abfe499996c5 (diff) | |
download | tdebase-33c7d159890b81da8f44ee330a349e3abd553bec.tar.gz tdebase-33c7d159890b81da8f44ee330a349e3abd553bec.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'khotkeys')
-rw-r--r-- | khotkeys/README | 2 | ||||
-rw-r--r-- | khotkeys/kcontrol/windowselector.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/khotkeys/README b/khotkeys/README index 933ebc210..78d9d1014 100644 --- a/khotkeys/README +++ b/khotkeys/README @@ -97,7 +97,7 @@ a .desktop file from the TDE Menu to execute (e.g. 'System/konsole.desktop') - DCOP call tab settings - enter the application, object, DCOP method and arguments (e.g. 'kdesktop', 'KBackgroundIface', - 'setWallpaper(QString,int)' and '"/some/pic.jpg" 1') + 'setWallpaper(TQString,int)' and '"/some/pic.jpg" 1') - Keyboard input tab settings - enter the keyboard input you want to be simulated ( no, sorry, the 'Edit' button doesn't really work yet ). The "keypresses" are separated by a colon ( ':' ) and are written diff --git a/khotkeys/kcontrol/windowselector.h b/khotkeys/kcontrol/windowselector.h index 96fff4cb7..0abb41811 100644 --- a/khotkeys/kcontrol/windowselector.h +++ b/khotkeys/kcontrol/windowselector.h @@ -17,7 +17,7 @@ namespace KHotKeys { class WindowSelector - : public QWidget + : public TQWidget { TQ_OBJECT public: |