summaryrefslogtreecommitdiffstats
path: root/krusader/Panel/listpanel.h
diff options
context:
space:
mode:
Diffstat (limited to 'krusader/Panel/listpanel.h')
-rw-r--r--krusader/Panel/listpanel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/krusader/Panel/listpanel.h b/krusader/Panel/listpanel.h
index 9d5c313..3107325 100644
--- a/krusader/Panel/listpanel.h
+++ b/krusader/Panel/listpanel.h
@@ -150,7 +150,7 @@ protected:
protected slots:
void handleDropOnView(TQDropEvent *, TQWidget *destWidget=0); // handles drops on the view only
void handleDropOnTotals( TQDropEvent * ); // handles drops on the totals line
- void handleDropOntqStatus( TQDropEvent * ); // handles drops on the status line
+ void handleDropOnStatus( TQDropEvent * ); // handles drops on the status line
void startDragging( TQStringList, TQPixmap );
// those handle the in-panel refresh notifications
void slotJobStarted(KIO::Job* job);
@@ -160,7 +160,7 @@ protected slots:
void inlineRefreshCancel();
signals:
- void signaltqStatus( TQString msg ); // emmited when we need to update the status bar
+ void signalStatus( TQString msg ); // emmited when we need to update the status bar
void cmdLineUpdate( TQString p ); // emitted when we need to update the command line
void pathChanged( ListPanel *panel );
void activePanelChanged( ListPanel *p ); // emitted when the user changes panels