summaryrefslogtreecommitdiffstats
path: root/krusader/Panel/listpanel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krusader/Panel/listpanel.cpp')
-rw-r--r--krusader/Panel/listpanel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/krusader/Panel/listpanel.cpp b/krusader/Panel/listpanel.cpp
index f5b8709..2d99db4 100644
--- a/krusader/Panel/listpanel.cpp
+++ b/krusader/Panel/listpanel.cpp
@@ -134,7 +134,7 @@ ListPanel::ListPanel( TQString typeIn, TQWidget *parent, bool &left, const char
"which holds your current directory: Total size, free space, "
"type of filesystem, etc." ) );
connect( status, TQT_SIGNAL( clicked() ), this, TQT_SLOT( slotFocusOnMe() ) );
- connect( status, TQT_SIGNAL( dropped( TQDropEvent *) ), this, TQT_SLOT( handleDropOntqStatus(TQDropEvent *) ) );
+ connect( status, TQT_SIGNAL( dropped( TQDropEvent *) ), this, TQT_SLOT( handleDropOnStatus(TQDropEvent *) ) );
// ... create the history button
dirHistoryQueue = new DirHistoryQueue( this );
@@ -770,7 +770,7 @@ void ListPanel::handleDropOnTotals( TQDropEvent *e ) {
handleDropOnView( e, totals );
}
-void ListPanel::handleDropOntqStatus( TQDropEvent *e ) {
+void ListPanel::handleDropOnStatus( TQDropEvent *e ) {
handleDropOnView( e, status );
}