diff options
author | Timothy Pearson <[email protected]> | 2013-02-06 19:39:59 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-06 19:39:59 -0600 |
commit | 73bac86911d0ab94b7630211f6fd321e27115c21 (patch) | |
tree | 49b56cbea1141dfa884d69d00bb2ae0c4d4e9900 | |
parent | 1d04439de0f3e30cd671cb3b8dadad124b6b4099 (diff) | |
download | yakuake-73bac86911d0ab94b7630211f6fd321e27115c21.tar.gz yakuake-73bac86911d0ab94b7630211f6fd321e27115c21.zip |
Rename KCmd to avoid conflicts with KDE4
-rw-r--r-- | yakuake/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |