summaryrefslogtreecommitdiffstats
path: root/konq-plugins/sidebar/delicious/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'konq-plugins/sidebar/delicious/plugin.h')
-rw-r--r--konq-plugins/sidebar/delicious/plugin.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/konq-plugins/sidebar/delicious/plugin.h b/konq-plugins/sidebar/delicious/plugin.h
index cc1479c..34d740f 100644
--- a/konq-plugins/sidebar/delicious/plugin.h
+++ b/konq-plugins/sidebar/delicious/plugin.h
@@ -42,18 +42,18 @@ class KonqSidebarDelicious: public KonqSidebarPlugin, DCOPObject
Q_OBJECT
K_DCOP
public:
- KonqSidebarDelicious( KInstance * instance, QObject * parent, QWidget * widgetParent,
- QString & desktopName_, const char * name = 0 );
+ KonqSidebarDelicious( KInstance * instance, TQObject * parent, TQWidget * widgetParent,
+ TQString & desktopName_, const char * name = 0 );
~KonqSidebarDelicious();
- virtual void * provides( const QString & );
+ virtual void * provides( const TQString & );
/**
* @return the main widget
*/
- virtual QWidget * getWidget();
+ virtual TQWidget * getWidget();
k_dcop:
- QStringList tags() const;
- QStringList bookmarks() const;
+ TQStringList tags() const;
+ TQStringList bookmarks() const;
void newBookmark();
protected: