summaryrefslogtreecommitdiffstats
path: root/filesharing/advanced/kcm_sambaconf/share.ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'filesharing/advanced/kcm_sambaconf/share.ui.h')
-rw-r--r--filesharing/advanced/kcm_sambaconf/share.ui.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/filesharing/advanced/kcm_sambaconf/share.ui.h b/filesharing/advanced/kcm_sambaconf/share.ui.h
index 60f8194e..7de229bc 100644
--- a/filesharing/advanced/kcm_sambaconf/share.ui.h
+++ b/filesharing/advanced/kcm_sambaconf/share.ui.h
@@ -63,8 +63,8 @@ void KcmShareDlg::init()
directoryPixLbl->setPixmap(DesktopIcon("folder"));
PixmapLabel1->setPixmap(SmallIcon("messagebox_warning"));
/*
- QListBoxItem* item = 0;
- QPtrList<QListBoxItem>* selectedList = new QPtrList<QListBoxItem>;
+ TQListBoxItem* item = 0;
+ TQPtrList<TQListBoxItem>* selectedList = new TQPtrList<TQListBoxItem>;
selectedList->setAutoDelete(false);
for (int i=0; i < possible->count(); i++){
item = possible->item(i);
@@ -73,7 +73,7 @@ void KcmShareDlg::init()
}
}
selected->clearSelection();
- for (QPtrListIterator<QListBoxItem> it(*selectedList); it.current(); ++it){
+ for (TQPtrListIterator<TQListBoxItem> it(*selectedList); it.current(); ++it){
possible->takeItem(it.current());
selected->insertItem(it.current());
}
@@ -179,7 +179,7 @@ void KcmShareDlg::publicBaseChk_toggled( bool b)
}
-void KcmShareDlg::pathUrlRq_textChanged( const QString & )
+void KcmShareDlg::pathUrlRq_textChanged( const TQString & )
{
}