diff options
Diffstat (limited to 'cervisia/repositorydlg.h')
-rw-r--r-- | cervisia/repositorydlg.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cervisia/repositorydlg.h b/cervisia/repositorydlg.h index 9fd7cc3c..3dc7d2f5 100644 --- a/cervisia/repositorydlg.h +++ b/cervisia/repositorydlg.h @@ -36,10 +36,11 @@ class RepositoryListItem; class RepositoryDialog : public KDialogBase { Q_OBJECT + TQ_OBJECT public: RepositoryDialog(KConfig& cfg, CvsService_stub* cvsService, - TQWidget* parent = 0, const char* name = 0); + TQWidget* tqparent = 0, const char* name = 0); virtual ~RepositoryDialog(); void readConfigFile(); @@ -74,4 +75,4 @@ private: #endif -// kate: space-indent on; indent-width 4; replace-tabs on; +// kate: space-indent on; indent-width 4; tqreplace-tabs on; |