Rename KCmd to avoid conflicts with KDE4

feat/lzip-support
Timothy Pearson 11 years ago
parent 19e7a1afa3
commit 160c6c9343

@ -945,7 +945,7 @@
FIXED: more freedom to give FTP proxy URL-s in "New FTP Connection" menu
FIXED: crash at ftp://user@server@proxy:port FTP URL-s
FIXED: no parent directory at tar://... and zip://... URL-s
FIXED: font size problems in KCmdLine and KrMaskChoice
FIXED: font size problems in TDECmdLine and KrMaskChoice
FIXED: internal editor quits without notification even if the edited file
was not saved
FIXED: no i18n for Name, Ext, Size, Modified

@ -82,7 +82,7 @@ class KCMDLine : public TQWidget, KrActionBase {
signals:
void signalRun();
public slots:
inline void setFocus() { cmdLine->setFocus(); } // overloaded for KCmdLine
inline void setFocus() { cmdLine->setFocus(); } // overloaded for TDECmdLine
void slotReturnFocus(); // returns keyboard focus to panel
void slotRun();
void addPlaceholder();

@ -51,7 +51,7 @@ static const char *description =
I18N_NOOP("Krusader\nTwin-Panel File Manager for TDE");
// INSERT A DESCRIPTION FOR YOUR APPLICATION HERE
static KCmdLineOptions options[] =
static TDECmdLineOptions options[] =
{
{ "left <path>", I18N_NOOP("Start left panel at <path>"), 0},
{ "right <path>", I18N_NOOP("Start right panel at <path>"), 0},

Loading…
Cancel
Save