summaryrefslogtreecommitdiffstats
path: root/src/settings.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:05:29 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:05:29 -0600
commite54e867af243223a620f12bf260e1af9ac9f6dc5 (patch)
tree0e741cd6800d16c390671051ae525f760d87cdb5 /src/settings.h
parent934db26c3f8efe148a5680c22f965ee10f818a61 (diff)
downloadbasket-e54e867af243223a620f12bf260e1af9ac9f6dc5.tar.gz
basket-e54e867af243223a620f12bf260e1af9ac9f6dc5.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/settings.h b/src/settings.h
index 1f45bbf..ec4975d 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -53,7 +53,7 @@ class LinkLookEditWidget;
class RunCommandRequester;
class IconSizeCombo;
-class GeneralPage : public KCModule
+class GeneralPage : public TDECModule
{
Q_OBJECT
@@ -82,7 +82,7 @@ class GeneralPage : public KCModule
KIntNumInput *m_timeToShowOnMouseIn;
};
-class BasketsPage : public KCModule
+class BasketsPage : public TDECModule
{
Q_OBJECT
@@ -114,7 +114,7 @@ class BasketsPage : public KCModule
KIntNumInput *m_reLockTimeoutMinutes;
};
-class NewNotesPage : public KCModule
+class NewNotesPage : public TDECModule
{
Q_OBJECT
@@ -143,7 +143,7 @@ class NewNotesPage : public KCModule
TQCheckBox *m_viewSoundFileContent;
};
-class NotesAppearancePage : public KCModule
+class NotesAppearancePage : public TDECModule
{
Q_OBJECT
@@ -164,7 +164,7 @@ class NotesAppearancePage : public KCModule
LinkLookEditWidget *m_launcherLook;
};
-class ApplicationsPage : public KCModule
+class ApplicationsPage : public TDECModule
{
Q_OBJECT