summaryrefslogtreecommitdiffstats
path: root/src/torservers.ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/torservers.ui.h')
-rw-r--r--src/torservers.ui.h21
1 files changed, 14 insertions, 7 deletions
diff --git a/src/torservers.ui.h b/src/torservers.ui.h
index aca99b1..ff20704 100644
--- a/src/torservers.ui.h
+++ b/src/torservers.ui.h
@@ -18,18 +18,25 @@
* Free Software Foundation, Inc., *
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
-#include "torkconfig.h"
-#include "crypto.h"
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
+#include <tqtooltip.h>
+#include <tqpopupmenu.h>
+
#include <tdelocale.h>
-#include <ntqtooltip.h>
-#include <ntqpopupmenu.h>
#include <kdebug.h>
#include <kiconloader.h>
-#ifndef EXTERNAL_GEOIP
-# include "GeoIP-1.4.0/libGeoIP/GeoIP.h"
-#else
+#include "torkconfig.h"
+#include "crypto.h"
+
+#ifdef EXTERNAL_GEOIP
# include <GeoIP.h>
+#else
+# include "GeoIP-1.4.0/libGeoIP/GeoIP.h"
#endif
typedef TQMap<TQString, TQString> codemap;