summaryrefslogtreecommitdiffstats
path: root/twin-styles/kstep/nextclient.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-06 11:29:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-07 09:57:47 +0900
commit96f53316c2d7b72477825b53206998efc9bfd315 (patch)
treebccae9b5638d64deb8a0bdf749bf9a1597021fdb /twin-styles/kstep/nextclient.h
parentf0e925909a8e02822e322d87db8d4af43284d298 (diff)
downloadtdeartwork-96f53316c2d7b72477825b53206998efc9bfd315.tar.gz
tdeartwork-96f53316c2d7b72477825b53206998efc9bfd315.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'twin-styles/kstep/nextclient.h')
-rw-r--r--twin-styles/kstep/nextclient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/twin-styles/kstep/nextclient.h b/twin-styles/kstep/nextclient.h
index e7660cc9..34f74b4d 100644
--- a/twin-styles/kstep/nextclient.h
+++ b/twin-styles/kstep/nextclient.h
@@ -21,7 +21,7 @@ class NextButton : public TQButton
public:
NextButton(NextClient *parent=0, const char *name=0,
const unsigned char *bitmap=NULL, int bw=0, int bh=0,
- const TQString& tip=NULL, const int realizeBtns = Qt::LeftButton);
+ const TQString& tip=NULL, const int realizeBtns = TQt::LeftButton);
void setBitmap(const unsigned char *bitmap, int bw, int bh);
void reset();
ButtonState lastButton() { return last_button; }