summaryrefslogtreecommitdiffstats
path: root/konq-plugins/kimgalleryplugin/imgallerydialog.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:28:24 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:28:24 -0600
commit20de04ce44f63fb911103d7870d39d2782d14cda (patch)
treebddd13cef2fae98892caf538dc64b5357732c517 /konq-plugins/kimgalleryplugin/imgallerydialog.h
parent4c097708c4cc24f3b8e4c21f14644f5715767d47 (diff)
downloadtdeaddons-20de04ce44f63fb911103d7870d39d2782d14cda.tar.gz
tdeaddons-20de04ce44f63fb911103d7870d39d2782d14cda.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'konq-plugins/kimgalleryplugin/imgallerydialog.h')
-rw-r--r--konq-plugins/kimgalleryplugin/imgallerydialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/konq-plugins/kimgalleryplugin/imgallerydialog.h b/konq-plugins/kimgalleryplugin/imgallerydialog.h
index add798d..6c767fe 100644
--- a/konq-plugins/kimgalleryplugin/imgallerydialog.h
+++ b/konq-plugins/kimgalleryplugin/imgallerydialog.h
@@ -32,7 +32,7 @@ class TQLineEdit;
class KURLRequester;
class TQSpinBox;
class KColorButton;
-class KConfig;
+class TDEConfig;
typedef TQMap<TQString,TQString> CommentMap;
@@ -103,7 +103,7 @@ class KIGPDialog : public KDialogBase
KURLRequester *m_commentFileReq;
bool m_dialogOk;
- KConfig *m_config;
+ TDEConfig *m_config;
private:
void setupLookPage(const TQString& path);