summaryrefslogtreecommitdiffstats
path: root/kpovmodeler/pmerrordialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpovmodeler/pmerrordialog.h')
-rw-r--r--kpovmodeler/pmerrordialog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kpovmodeler/pmerrordialog.h b/kpovmodeler/pmerrordialog.h
index f7a9f0a6..971ef114 100644
--- a/kpovmodeler/pmerrordialog.h
+++ b/kpovmodeler/pmerrordialog.h
@@ -29,7 +29,7 @@
#include <tqptrdict.h>
#include <tqptrlist.h>
-class KConfig;
+class TDEConfig;
class TQTextEdit;
class PMObject;
@@ -56,8 +56,8 @@ public:
PMErrorDialog( const PMMessageList& messages, int errorFlags,
TQWidget* parent = 0, const char* name = 0 );
- static void saveConfig( KConfig* cfg );
- static void restoreConfig( KConfig* cfg );
+ static void saveConfig( TDEConfig* cfg );
+ static void restoreConfig( TDEConfig* cfg );
protected:
virtual void resizeEvent( TQResizeEvent* ev );