summaryrefslogtreecommitdiffstats
path: root/kmail/kmmainwidget.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:37:21 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:37:21 -0600
commit86d8364ac704bdc8ad2dfcf52307d9626cfac567 (patch)
tree97d3ac2c2f60780d9a1de4f82caac7cb27534501 /kmail/kmmainwidget.h
parenta9bde819f2b421dcc44741156e75eca4bb5fb4f4 (diff)
downloadtdepim-86d8364ac704bdc8ad2dfcf52307d9626cfac567.tar.gz
tdepim-86d8364ac704bdc8ad2dfcf52307d9626cfac567.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'kmail/kmmainwidget.h')
-rw-r--r--kmail/kmmainwidget.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kmail/kmmainwidget.h b/kmail/kmmainwidget.h
index fbfd9eeb..959d581d 100644
--- a/kmail/kmmainwidget.h
+++ b/kmail/kmmainwidget.h
@@ -39,7 +39,7 @@ class TQSignalMapper;
class KActionMenu;
class KActionCollection;
-class KConfig;
+class TDEConfig;
class KRadioAction;
class KToggleAction;
class KMenuBar;
@@ -62,7 +62,7 @@ template <typename T> class TQValueList;
template <typename T, typename S> class TQMap;
template <typename T> class TQGuardedPtr;
-namespace KIO {
+namespace TDEIO {
class Job;
}
@@ -88,7 +88,7 @@ public:
KMMainWidget(TQWidget *parent, const char *name,
KXMLGUIClient *aGUIClient,
KActionCollection *actionCollection,
- KConfig*config = KMKernel::config() );
+ TDEConfig*config = KMKernel::config() );
virtual ~KMMainWidget();
void destruct();
@@ -265,7 +265,7 @@ protected:
/** @return the correct config dialog depending on whether the parent of the mainWidget
* is a KPart or a KMMainWindow. When dealing with geometries, use this pointer
*/
- KConfig * config();
+ TDEConfig * config();
protected slots:
void slotCheckOneAccount(int);
@@ -564,7 +564,7 @@ private:
TQPtrList<KAction> mCustomTemplateActions;
KMSystemTray *mSystemTray;
- KConfig *mConfig;
+ TDEConfig *mConfig;
KXMLGUIClient *mGUIClient;
KMail::MessageActions *mMsgActions;