From bbbd61bf777f1ac2342cde61e0710c9d6a348114 Mon Sep 17 00:00:00 2001 From: llornkcor Date: Mon, 08 Jul 2002 03:19:43 +0000 Subject: change pushbutton to toolbutton --- (limited to 'noncore/net/opieftp/opieftp.h') diff --git a/noncore/net/opieftp/opieftp.h b/noncore/net/opieftp/opieftp.h index 218a958..ad36b1d 100644 --- a/noncore/net/opieftp/opieftp.h +++ b/noncore/net/opieftp/opieftp.h @@ -37,6 +37,7 @@ class QFile; class QListViewItem; class QLineEdit; class QPushButton; +class QToolButton; class QStringList; class OpieFtp : public QMainWindow @@ -60,7 +61,8 @@ public: QString currentRemoteDir; QString filterStr; QListViewItem * item; - QPushButton *connectServerBtn, *cdUpButton, *homeButton, *docButton; + QPushButton *connectServerBtn;// + QToolButton *cdUpButton, *homeButton, *docButton; bool b; int currentServerConfig; protected slots: -- cgit v0.9.0.2