summaryrefslogtreecommitdiffstats
path: root/knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlg.h')
-rw-r--r--knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlg.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlg.h b/knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlg.h
index 8fe1be58..0d41682e 100644
--- a/knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlg.h
+++ b/knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlg.h
@@ -33,8 +33,8 @@ class KntSrcFilePropsFactory : public KLibFactory
Q_OBJECT
public:
- virtual QObject *createObject(QObject * = 0, const char * = 0,
- const char * = "QObject", const QStringList & = QStringList());
+ virtual TQObject *createObject(TQObject * = 0, const char * = 0,
+ const char * = "TQObject", const TQStringList & = TQStringList());
};
class KntSrcFilePropsDlg : public KPropsDlgPlugin
@@ -45,10 +45,10 @@ class KntSrcFilePropsDlg : public KPropsDlgPlugin
KntSrcFilePropsDlg(KPropertiesDialog *);
protected slots:
- void slotOpenURL(const QString &);
+ void slotOpenURL(const TQString &);
void slotConstructUI(Loader *loader, Document doc, Status status);
- void slotGotIcon(const KURL &, const QPixmap &);
- void slotClickedArticle(QListBoxItem *);
+ void slotGotIcon(const KURL &, const TQPixmap &);
+ void slotClickedArticle(TQListBoxItem *);
private:
KntSrcFilePropsDlgWidget *m_child;