diff options
Diffstat (limited to 'akregator/src/trayicon.h')
-rw-r--r-- | akregator/src/trayicon.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/akregator/src/trayicon.h b/akregator/src/trayicon.h index ac742ae6a..316d938b0 100644 --- a/akregator/src/trayicon.h +++ b/akregator/src/trayicon.h @@ -18,8 +18,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. As a special exception, permission is given to link this program - with any edition of Qt, and distribute the resulting executable, - without including the source code for Qt in the source distribution. + with any edition of TQt, and distribute the resulting executable, + without including the source code for TQt in the source distribution. */ #ifndef AKREGATORTRAYICON_H @@ -35,11 +35,12 @@ namespace Akregator class TrayIcon : public KSystemTray { Q_OBJECT + TQ_OBJECT public: static TrayIcon* getInstance(); static void setInstance(TrayIcon* trayIcon); - TrayIcon(TQWidget *parent = 0, const char *name = 0); + TrayIcon(TQWidget *tqparent = 0, const char *name = 0); ~TrayIcon(); TQPixmap takeScreenshot() const; |