summaryrefslogtreecommitdiffstats
path: root/krsync/krsync.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-09-10 22:29:00 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-09-10 22:29:00 +0000
commit02c813356a95dc20d3e81fbc2ec8315e196e8e44 (patch)
tree7146c75b34d472a492e5267458f286e3952a047e /krsync/krsync.h
parente7e6e20dfe99acbc56fe91bee131279d6e446c9d (diff)
downloadtdelibs-02c813356a95dc20d3e81fbc2ec8315e196e8e44.tar.gz
tdelibs-02c813356a95dc20d3e81fbc2ec8315e196e8e44.zip
Enhance libkrsync
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1252638 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'krsync/krsync.h')
-rw-r--r--krsync/krsync.h44
1 files changed, 44 insertions, 0 deletions
diff --git a/krsync/krsync.h b/krsync/krsync.h
index 629da475a..4c457e333 100644
--- a/krsync/krsync.h
+++ b/krsync/krsync.h
@@ -30,6 +30,48 @@
#include <kio/global.h>
#include <kio/slavebase.h>
+#include <tqfile.h>
+#include <tqtimer.h>
+#include <tqapplication.h>
+#include <tqlabel.h>
+#include <tqpushbutton.h>
+#include <tqhbox.h>
+#include <tqwhatsthis.h>
+#include <tqiconview.h>
+#include <tqpainter.h>
+#include <tqpixmap.h>
+#include <tqlabel.h>
+#include <tqlayout.h>
+#include <tqpushbutton.h>
+#include <tqstring.h>
+#include <tqregexp.h>
+#include <tqstyle.h>
+#include <tqtimer.h>
+
+#include <kdebug.h>
+#include <klocale.h>
+#include <kinstance.h>
+
+#include <kwin.h>
+#include <kurl.h>
+#include <kaction.h>
+#include <kpopupmenu.h>
+#include <kmessagebox.h>
+#include <kiconloader.h>
+#include <kprogressbox.h>
+#include <kpassdlg.h>
+#include <klistview.h>
+#include <kapplication.h>
+#include <kconfigdialog.h>
+
+#include <kdirlister.h>
+#include <kstandarddirs.h>
+#include <klistviewsearchline.h>
+#include <kiconviewsearchline.h>
+#include <kstaticdeleter.h>
+#include <kgenericfactory.h>
+#include <kparts/browserextension.h>
+
class KActionMenu;
class KonqDirPart;
class KLineEdit;
@@ -88,6 +130,7 @@ public slots:
void slotSetupCancelled();
void slotRsyncCancelled();
void slotUnisonCancelled();
+ void executeLogoutAutoSync();
signals:
void setupDone();
@@ -103,6 +146,7 @@ private:
bool m_progressDialogExists;
bool m_bSettingsLoaded;
+ bool m_bInSpecialSync;
/** true if connection is logged in successfully */
bool isLoggedIn;