summaryrefslogtreecommitdiffstats
path: root/kbabel
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:47:40 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:47:40 -0600
commitac437bde9b6851a210e83ad7644a0606a5096292 (patch)
tree82083211a8e99f51591869034767409f7f5468ff /kbabel
parent7bc058d1bffbd79bf9d9416f879ccb4873b6045e (diff)
downloadtdesdk-ac437bde9b6851a210e83ad7644a0606a5096292.tar.gz
tdesdk-ac437bde9b6851a210e83ad7644a0606a5096292.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'kbabel')
-rw-r--r--kbabel/catalogmanager/main.cpp4
-rw-r--r--kbabel/kbabel/main.cpp4
-rw-r--r--kbabel/kbabeldict/main.cpp4
3 files changed, 6 insertions, 6 deletions
diff --git a/kbabel/catalogmanager/main.cpp b/kbabel/catalogmanager/main.cpp
index f02b9302..a867c07e 100644
--- a/kbabel/catalogmanager/main.cpp
+++ b/kbabel/catalogmanager/main.cpp
@@ -173,10 +173,10 @@ void CatalogManagerInterface::updatedFile( TQCString url )
CatalogManagerApp::updatedFile(url);
}
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
{"project <configfile>",I18N_NOOP("File to load configuration from"),0},
- KCmdLineLastOption
+ TDECmdLineLastOption
};
diff --git a/kbabel/kbabel/main.cpp b/kbabel/kbabel/main.cpp
index 2ed2cba1..ee8e02a1 100644
--- a/kbabel/kbabel/main.cpp
+++ b/kbabel/kbabel/main.cpp
@@ -532,13 +532,13 @@ KBabelMW* KBabelInterface::findInstance( const KURL& url, const TQString& projec
return kb;
}
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
{"gotomsgid <msgid>",I18N_NOOP("Go to entry with msgid <msgid>"),0},
{"nosplash",I18N_NOOP("Disable splashscreen at startup"),0},
{"project <configfile>",I18N_NOOP("File to load configuration from"),0},
{"+[file]",I18N_NOOP("Files to open"),0},
- KCmdLineLastOption
+ TDECmdLineLastOption
};
diff --git a/kbabel/kbabeldict/main.cpp b/kbabel/kbabeldict/main.cpp
index 579b1eb1..6a20d7cc 100644
--- a/kbabel/kbabeldict/main.cpp
+++ b/kbabel/kbabeldict/main.cpp
@@ -100,10 +100,10 @@ KBabelDictApplication::~KBabelDictApplication()
delete(topLevel);
}
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
{"nosplash",I18N_NOOP("Disable splashscreen at startup"),0},
- KCmdLineLastOption
+ TDECmdLineLastOption
};