summaryrefslogtreecommitdiffstats
path: root/cervisia/watchersdlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'cervisia/watchersdlg.h')
-rw-r--r--cervisia/watchersdlg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cervisia/watchersdlg.h b/cervisia/watchersdlg.h
index 59b2d52c..c98b0dc4 100644
--- a/cervisia/watchersdlg.h
+++ b/cervisia/watchersdlg.h
@@ -31,14 +31,14 @@ class CvsService_stub;
class WatchersDialog : public KDialogBase
{
public:
- explicit WatchersDialog(KConfig& cfg, QWidget* parent = 0,
+ explicit WatchersDialog(KConfig& cfg, TQWidget* parent = 0,
const char* name = 0);
virtual ~WatchersDialog();
- bool parseWatchers(CvsService_stub* cvsService, const QStringList& files);
+ bool parseWatchers(CvsService_stub* cvsService, const TQStringList& files);
private:
- QTable* table;
+ TQTable* table;
KConfig& partConfig;
};