summaryrefslogtreecommitdiffstats
path: root/kedit/kedit.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:38:13 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:38:13 -0600
commit4bb787f41f7cdefac2aac33ef59317b7157302c1 (patch)
treec9726401d4eeb6fff8e78c4e35facb644c417e77 /kedit/kedit.h
parentaef5eada7f51ee48f3d21448db290bd8f06953a8 (diff)
downloadtdeutils-4bb787f41f7cdefac2aac33ef59317b7157302c1.tar.gz
tdeutils-4bb787f41f7cdefac2aac33ef59317b7157302c1.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'kedit/kedit.h')
-rw-r--r--kedit/kedit.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/kedit/kedit.h b/kedit/kedit.h
index c353d87..56c4ccd 100644
--- a/kedit/kedit.h
+++ b/kedit/kedit.h
@@ -38,7 +38,7 @@ class TQTimer;
class KAction;
class KRecentFilesAction;
-namespace KIO { class Job; }
+namespace TDEIO { class Job; }
// StatusBar field IDs
#define ID_LINE_COLUMN 1
@@ -136,7 +136,7 @@ private:
int open_mode;
- KConfig *config;
+ TDEConfig *config;
KSpell *kspell; // Current spell checking object
@@ -149,8 +149,8 @@ private:
TQPtrDict <int> m_openMode;
// Session management
- void saveProperties(KConfig*);
- void readProperties(KConfig*);
+ void saveProperties(TDEConfig*);
+ void readProperties(TDEConfig*);
public slots:
void openRecent(const KURL&);
@@ -204,12 +204,12 @@ private slots:
TQString replaceISpell(TQString msg, int client);
};
-class SettingsDialog: public KConfigDialog {
+class SettingsDialog: public TDEConfigDialog {
Q_OBJECT
public:
- SettingsDialog(TQWidget *parent, const char *name,KConfigSkeleton *config, KSpellConfig *_spellConfig);
+ SettingsDialog(TQWidget *parent, const char *name,TDEConfigSkeleton *config, KSpellConfig *_spellConfig);
protected slots:
void updateSettings();