From 83fbc82a101309e171089f0d5ed080f82a367345 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:49:11 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- kmix/kmixapplet.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmix/kmixapplet.h') diff --git a/kmix/kmixapplet.h b/kmix/kmixapplet.h index 5f7136ad..de994c84 100644 --- a/kmix/kmixapplet.h +++ b/kmix/kmixapplet.h @@ -23,7 +23,7 @@ #define KMIXAPPLET_H // TQt -#include +#include #include #include @@ -88,7 +88,7 @@ public: void reportBug(); void paletteChange ( const TQPalette & oldPalette ); - TQSize tqsizeHint() const; + TQSize sizeHint() const; TQSizePolicy sizePolicy() const; int widthForHeight(int) const; int heightForWidth(int) const; -- cgit v1.2.1