summaryrefslogtreecommitdiffstats
path: root/kontact/plugins/newsticker/newsticker_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'kontact/plugins/newsticker/newsticker_plugin.h')
-rw-r--r--kontact/plugins/newsticker/newsticker_plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kontact/plugins/newsticker/newsticker_plugin.h b/kontact/plugins/newsticker/newsticker_plugin.h
index d912da797..b3c0b651d 100644
--- a/kontact/plugins/newsticker/newsticker_plugin.h
+++ b/kontact/plugins/newsticker/newsticker_plugin.h
@@ -28,10 +28,10 @@ class SummaryWidget;
class NewsTickerPlugin : public Kontact::Plugin
{
public:
- NewsTickerPlugin( Kontact::Core *core, const char *name, const QStringList& );
+ NewsTickerPlugin( Kontact::Core *core, const char *name, const TQStringList& );
NewsTickerPlugin();
- virtual Kontact::Summary *createSummaryWidget( QWidget* parentWidget );
+ virtual Kontact::Summary *createSummaryWidget( TQWidget* parentWidget );
protected:
virtual KParts::ReadOnlyPart* createPart() { return 0L; }