summaryrefslogtreecommitdiffstats
path: root/kicker/kicker/buttons/bookmarksbutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'kicker/kicker/buttons/bookmarksbutton.h')
-rw-r--r--kicker/kicker/buttons/bookmarksbutton.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kicker/kicker/buttons/bookmarksbutton.h b/kicker/kicker/buttons/bookmarksbutton.h
index 95ffa9609..3d8518519 100644
--- a/kicker/kicker/buttons/bookmarksbutton.h
+++ b/kicker/kicker/buttons/bookmarksbutton.h
@@ -39,14 +39,14 @@ class BookmarksButton : public PanelPopupButton
Q_OBJECT
public:
- BookmarksButton(QWidget* parent);
+ BookmarksButton(TQWidget* parent);
~BookmarksButton();
void loadConfig(const KConfigGroup& config);
virtual void properties();
protected:
- virtual QString tileName() { return "WindowList"; }
+ virtual TQString tileName() { return "WindowList"; }
virtual void initPopup();
KPopupMenu* bookmarkParent;