summaryrefslogtreecommitdiffstats
path: root/kgpg/kgpg.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:48 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:48 -0600
commit6fdacb9c2e3adb3b5da38cd8a22afc1668e1d36b (patch)
treea6a367ba18807833d8f90cb6b233e7bdb3f007cc /kgpg/kgpg.h
parentba743d360eabb06e6ffbafd2c7bc833dd985aa0c (diff)
downloadtdeutils-6fdacb9c2e3adb3b5da38cd8a22afc1668e1d36b.tar.gz
tdeutils-6fdacb9c2e3adb3b5da38cd8a22afc1668e1d36b.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'kgpg/kgpg.h')
-rw-r--r--kgpg/kgpg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kgpg/kgpg.h b/kgpg/kgpg.h
index 83395a2..2c3d682 100644
--- a/kgpg/kgpg.h
+++ b/kgpg/kgpg.h
@@ -141,7 +141,7 @@ private slots:
void checkMenu();
};
-class KCmdLineArgs;
+class TDECmdLineArgs;
class KgpgAppletApp : public KUniqueApplication
{
@@ -157,7 +157,7 @@ public:
KShortcut goHome;
protected:
- KCmdLineArgs *args;
+ TDECmdLineArgs *args;
private:
kgpgapplet *kgpg_applet;
class listKeys *s_keyManager;