summaryrefslogtreecommitdiffstats
path: root/amor/amor.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-18 18:35:14 -0600
committerSlávek Banko <[email protected]>2012-06-04 02:12:11 +0200
commitb4dcf7866a6902adf76c3837f65395a37973a681 (patch)
tree2d8e09764958b35fb18acd0c535bd5f0d3358bce /amor/amor.cpp
parenta876c4b60cd4eac78cae83900064a2c7655d9d59 (diff)
downloadtdetoys-b4dcf7866a6902adf76c3837f65395a37973a681.tar.gz
tdetoys-b4dcf7866a6902adf76c3837f65395a37973a681.zip
Rename old tq methods that no longer need a unique name
(cherry picked from commit 3ee504ecba6caf3c2609a8648fe3659f2b541544)
Diffstat (limited to 'amor/amor.cpp')
-rw-r--r--amor/amor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/amor/amor.cpp b/amor/amor.cpp
index 2efb896..444a8ba 100644
--- a/amor/amor.cpp
+++ b/amor/amor.cpp
@@ -152,7 +152,7 @@ Amor::Amor() : DCOPObject( "AmorIface" ), TQObject()
TQT_SLOT(slotMouseClicked(const TQPoint &)));
connect(mAmor, TQT_SIGNAL(dragged(const TQPoint &, bool)),
TQT_SLOT(slotWidgetDragged(const TQPoint &, bool)));
- mAmor->resize(mTheme.tqmaximumSize());
+ mAmor->resize(mTheme.maximumSize());
mTimer = new TQTimer(this);
connect(mTimer, TQT_SIGNAL(timeout()), TQT_SLOT(slotTimeout()));
@@ -288,7 +288,7 @@ void Amor::reset()
mPosition = mCurrAnim->hotspot().x();
mState = Normal;
- mAmor->resize(mTheme.tqmaximumSize());
+ mAmor->resize(mTheme.maximumSize());
mCurrAnim->reset();
mTimer->start(0, true);