From 73bac86911d0ab94b7630211f6fd321e27115c21 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:39:59 -0600 Subject: [PATCH] Rename KCmd to avoid conflicts with KDE4 --- yakuake/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yakuake/src/main.cpp b/yakuake/src/main.cpp index 4579d3d..eaa0d6a 100644 --- a/yakuake/src/main.cpp +++ b/yakuake/src/main.cpp @@ -22,7 +22,7 @@ static const char version[] = "2.8.1"; static const char description[] = I18N_NOOP("A Quake-style terminal emulator based on TDE Konsole technology. "); -static KCmdLineOptions options[] = { KCmdLineLastOption }; +static TDECmdLineOptions options[] = { TDECmdLineLastOption }; int main(int argc, char ** argv) {