summaryrefslogtreecommitdiffstats
path: root/krusader/Locate/locate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krusader/Locate/locate.cpp')
-rwxr-xr-xkrusader/Locate/locate.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/krusader/Locate/locate.cpp b/krusader/Locate/locate.cpp
index 5748ac3..4d9bcce 100755
--- a/krusader/Locate/locate.cpp
+++ b/krusader/Locate/locate.cpp
@@ -124,7 +124,7 @@ LocateDlg::LocateDlg() : KDialogBase(0,0,false,"Locate", KDialogBase::User1 | KD
TQHBox *hbox2 = new TQHBox( widget, "locateHBox" );
TQSpacerItem* spacer = new TQSpacerItem( 40, 20, TQSizePolicy::Expanding, TQSizePolicy::Minimum );
- hbox2->tqlayout()->addItem( spacer );
+ hbox2->layout()->addItem( spacer );
dontSearchInPath = new TQCheckBox( i18n( "Don't search in path" ), hbox2, "dontSearchInPath" );
dontSearchInPath->setChecked( krConfig->readBoolEntry("Dont Search In Path") );
existingFiles = new TQCheckBox( i18n( "Show only the existing files" ), hbox2, "existingFiles" );
@@ -527,7 +527,7 @@ void LocateDlg::operate( TQListViewItem *item, int task )
KURLDrag *d = new KURLDrag(urls, this);
d->setPixmap( FL_LOADICON( "file" ), TQPoint( -7, 0 ) );
- TQApplication::tqclipboard()->setData( d );
+ TQApplication::clipboard()->setData( d );
}
break;
}