summaryrefslogtreecommitdiffstats
path: root/cervisia/annotatedlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'cervisia/annotatedlg.h')
-rw-r--r--cervisia/annotatedlg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cervisia/annotatedlg.h b/cervisia/annotatedlg.h
index d9ba0317..72356390 100644
--- a/cervisia/annotatedlg.h
+++ b/cervisia/annotatedlg.h
@@ -27,7 +27,7 @@
class AnnotateView;
class TQDate;
-class KConfig;
+class TDEConfig;
namespace Cervisia
{
@@ -39,7 +39,7 @@ class AnnotateDialog : public KDialogBase
{
public:
- explicit AnnotateDialog( KConfig& cfg, TQWidget *parent=0, const char *name=0 );
+ explicit AnnotateDialog( TDEConfig& cfg, TQWidget *parent=0, const char *name=0 );
virtual ~AnnotateDialog();
@@ -48,7 +48,7 @@ public:
private:
AnnotateView *annotate;
- KConfig& partConfig;
+ TDEConfig& partConfig;
};
#endif