summaryrefslogtreecommitdiffstats
path: root/twin/resumer/resumer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'twin/resumer/resumer.cpp')
-rw-r--r--twin/resumer/resumer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/twin/resumer/resumer.cpp b/twin/resumer/resumer.cpp
index b9c3a587d..7f77e25dc 100644
--- a/twin/resumer/resumer.cpp
+++ b/twin/resumer/resumer.cpp
@@ -31,7 +31,7 @@ DEALINGS IN THE SOFTWARE.
#include <twin.h>
#include <X11/Xlib.h>
-static const KCmdLineOptions options[] =
+static const TDECmdLineOptions options[] =
{
// no need for I18N_NOOP(), this is not supposed to be used directly
{ "pid <pid>", "PID of the application to resume.", 0 },
@@ -39,7 +39,7 @@ static const KCmdLineOptions options[] =
{ "windowname <caption>", "Caption of the window to be resumed.", 0 },
{ "applicationname <name>", "Name of the application to be resumed.", 0 },
{ "wid <id>", "ID of resource belonging to the application.", 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
int main( int argc, char* argv[] )