diff options
Diffstat (limited to 'kdeui/kauthicon.h')
-rw-r--r-- | kdeui/kauthicon.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdeui/kauthicon.h b/kdeui/kauthicon.h index 0bfe0cc22..6c473c9dd 100644 --- a/kdeui/kauthicon.h +++ b/kdeui/kauthicon.h @@ -44,7 +44,7 @@ class KAuthIconPrivate; * @see KRootPermsIcon, KWritePermsIcon * @author Preston Brown <pbrown@kde.org> */ -class KDEUI_EXPORT KAuthIcon : public QWidget +class KDEUI_EXPORT KAuthIcon : public TQWidget { Q_OBJECT @@ -55,7 +55,7 @@ public: KAuthIcon(TQWidget *parent = 0, const char *name = 0); ~KAuthIcon(); - virtual TQSize sizeHint() const; + virtual TQSize tqsizeHint() const; /** * return the status of whatever is being monitored. */ |