From 383567041b4b7eacd4c5fe263b0fc1e27e56b7bc Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:31:38 -0600 Subject: [PATCH] Rename KCmd to avoid conflicts with KDE4 --- bibletime/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bibletime/main.cpp b/bibletime/main.cpp index f9d3208..1458cfb 100644 --- a/bibletime/main.cpp +++ b/bibletime/main.cpp @@ -119,7 +119,7 @@ int main(int argc, char* argv[]) { tqInstallMsgHandler( myMessageOutput ); //create about data for this application - static KCmdLineOptions options[] = + static TDECmdLineOptions options[] = { {"debug", I18N_NOOP("Enable debug messages"),0}, {"ignore-session", I18N_NOOP("Ignore the startup session that was saved when BibleTime was closed the last time."),0},