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) {