|
|
@ -33,12 +33,12 @@
|
|
|
|
#include "kiledebug.h"
|
|
|
|
#include "kiledebug.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
static KCmdLineOptions options[] =
|
|
|
|
static TDECmdLineOptions options[] =
|
|
|
|
{
|
|
|
|
{
|
|
|
|
{ "line <line>", I18N_NOOP( "Jump to line" ), "0" },
|
|
|
|
{ "line <line>", I18N_NOOP( "Jump to line" ), "0" },
|
|
|
|
{ "new", I18N_NOOP( "Start a new Kile mainwindow" ), 0 },
|
|
|
|
{ "new", I18N_NOOP( "Start a new Kile mainwindow" ), 0 },
|
|
|
|
{ "+[file]", I18N_NOOP( "File to open" ), 0 },
|
|
|
|
{ "+[file]", I18N_NOOP( "File to open" ), 0 },
|
|
|
|
KCmdLineLastOption
|
|
|
|
TDECmdLineLastOption
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
bool isProject(const TQString &path)
|
|
|
|
bool isProject(const TQString &path)
|
|
|
|