summaryrefslogtreecommitdiffstats
path: root/twin-styles/riscos/MaximiseButton.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-11-06 11:29:31 +0900
committerMichele Calgaro <[email protected]>2023-11-07 09:58:54 +0900
commit185ed081e216488c0e5dc3e64219cbaac6a5b471 (patch)
tree959c25b171b9eb8783ef7c1159eee67b21ca7e17 /twin-styles/riscos/MaximiseButton.cpp
parentb371ec89eb49b1a15fb97fef46c0ab1e88af9b01 (diff)
downloadtdeartwork-185ed081e216488c0e5dc3e64219cbaac6a5b471.tar.gz
tdeartwork-185ed081e216488c0e5dc3e64219cbaac6a5b471.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 96f53316c2d7b72477825b53206998efc9bfd315)
Diffstat (limited to 'twin-styles/riscos/MaximiseButton.cpp')
-rw-r--r--twin-styles/riscos/MaximiseButton.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/twin-styles/riscos/MaximiseButton.cpp b/twin-styles/riscos/MaximiseButton.cpp
index aa54b52a..524c2a8a 100644
--- a/twin-styles/riscos/MaximiseButton.cpp
+++ b/twin-styles/riscos/MaximiseButton.cpp
@@ -67,7 +67,7 @@ static const char * const unmaximise_xpm[] = {
MaximiseButton::MaximiseButton(TQWidget * parent)
: Button(parent, i18n("Maximize"),
- (ButtonState)(Qt::LeftButton|Qt::MidButton|Qt::RightButton)),
+ (ButtonState)(TQt::LeftButton|TQt::MidButton|TQt::RightButton)),
on_(false)
{
setPixmap(TQPixmap((const char **)maximise_xpm));