From 0b3bbec6703c021a188c865e822f536bfa3045fc Mon Sep 17 00:00:00 2001 From: llornkcor Date: Mon, 03 Jan 2005 03:09:51 +0000 Subject: mess with things so this runs from launcher. not sure what was going on, but this seems to fix #1507 --- (limited to 'noncore/net/opieftp/opieftp.h') diff --git a/noncore/net/opieftp/opieftp.h b/noncore/net/opieftp/opieftp.h index 076a906..ba2ddf9 100644 --- a/noncore/net/opieftp/opieftp.h +++ b/noncore/net/opieftp/opieftp.h @@ -47,10 +47,10 @@ class OpieFtp : public QMainWindow Q_OBJECT public: + static QString appName() { return QString::fromLatin1("opieftp"); } OpieFtp( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); ~OpieFtp(); - static QString appName() { return QString::fromLatin1("opieftp"); } QTabWidget *TabWidget; QWidget *tab, *tab_2, *tab_3; QListView *Local_View, *Remote_View; @@ -65,11 +65,13 @@ public: QString currentRemoteDir; QString filterStr; QListViewItem * item; - QPushButton *connectServerBtn, *newServerButton;// + QPushButton *connectServerBtn, *newServerButton; QToolButton *cdUpButton, *homeButton, *docButton; bool b; + int currentServerConfig; protected slots: + void initializeGui(); void timerOut(); void upDir(); void homeButtonPushed(); -- cgit v0.9.0.2