summaryrefslogtreecommitdiffstats
path: root/knode
diff options
context:
space:
mode:
Diffstat (limited to 'knode')
-rw-r--r--knode/aboutdata.h2
-rw-r--r--knode/knarticlefactory.cpp2
-rw-r--r--knode/knarticlewindow.cpp1
-rw-r--r--knode/kncleanup.cpp2
-rw-r--r--knode/kncleanup.h2
-rw-r--r--knode/kncomposer.cpp2
-rw-r--r--knode/knconfigpages.cpp2
-rw-r--r--knode/knconvert.h2
-rw-r--r--knode/knglobals.h2
-rw-r--r--knode/kngroup.h2
-rw-r--r--knode/kngroupmanager.cpp2
-rw-r--r--knode/kngrouppropdlg.h2
-rw-r--r--knode/knmainwidget.h2
-rw-r--r--knode/knnntpaccount.h2
-rw-r--r--knode/knstringfilter.cpp2
-rw-r--r--knode/smtpaccountwidget_base.ui9
16 files changed, 5 insertions, 33 deletions
diff --git a/knode/aboutdata.h b/knode/aboutdata.h
index 528e75b0..50faa6dc 100644
--- a/knode/aboutdata.h
+++ b/knode/aboutdata.h
@@ -15,7 +15,7 @@
*/
#include <tdeaboutdata.h>
-#include <tdepimmacros.h>
+#include <kdemacros.h>
#ifndef KNODE_ABOUTDATA_H
#define KNODE_ABOUTDATA_H
diff --git a/knode/knarticlefactory.cpp b/knode/knarticlefactory.cpp
index 9e801a6e..78d39149 100644
--- a/knode/knarticlefactory.cpp
+++ b/knode/knarticlefactory.cpp
@@ -1107,5 +1107,3 @@ void KNSendErrorDialog::slotHighlighted(int idx)
//-------------------------------
#include "knarticlefactory.moc"
-
-// kate: space-indent on; indent-width 2;
diff --git a/knode/knarticlewindow.cpp b/knode/knarticlewindow.cpp
index 90cf0e7d..53b81089 100644
--- a/knode/knarticlewindow.cpp
+++ b/knode/knarticlewindow.cpp
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
KNode, the KDE newsreader
Copyright (c) 1999-2005 the KNode authors.
diff --git a/knode/kncleanup.cpp b/knode/kncleanup.cpp
index 33714840..8b2849a9 100644
--- a/knode/kncleanup.cpp
+++ b/knode/kncleanup.cpp
@@ -315,5 +315,3 @@ void KNCleanUp::ProgressDialog::closeEvent(TQCloseEvent *)
{
// do nothing => prevent that the user closes the window
}
-
-// kate: space-indent on; indent-width 2;
diff --git a/knode/kncleanup.h b/knode/kncleanup.h
index 60a81516..d765dc15 100644
--- a/knode/kncleanup.h
+++ b/knode/kncleanup.h
@@ -68,5 +68,3 @@ class KNCleanUp {
};
#endif
-
-// kate: space-indent on; indent-width 2;
diff --git a/knode/kncomposer.cpp b/knode/kncomposer.cpp
index c13027a7..8695048e 100644
--- a/knode/kncomposer.cpp
+++ b/knode/kncomposer.cpp
@@ -2657,5 +2657,3 @@ void KNComposer::AttachmentPropertiesDlg::slotMimeTypeTextChanged(const TQString
//--------------------------------
#include "kncomposer.moc"
-
-// kate: space-indent on; indent-width 2;
diff --git a/knode/knconfigpages.cpp b/knode/knconfigpages.cpp
index 237ff41b..d9f21878 100644
--- a/knode/knconfigpages.cpp
+++ b/knode/knconfigpages.cpp
@@ -23,7 +23,7 @@
#include "knconfigpages.h"
#include "knconfigwidgets.h"
-#include <tdepimmacros.h>
+#include <kdemacros.h>
//
// common config page with tabs (code mostly taken from kmail)
diff --git a/knode/knconvert.h b/knode/knconvert.h
index 59b23c9c..3f87a25e 100644
--- a/knode/knconvert.h
+++ b/knode/knconvert.h
@@ -21,7 +21,7 @@
#include <tqglobal.h>
#include <tqvaluelist.h>
-#include <tdepimmacros.h>
+#include <kdemacros.h>
class TQListBox;
class TQLabel;
diff --git a/knode/knglobals.h b/knode/knglobals.h
index f361f3bb..c2eca4b8 100644
--- a/knode/knglobals.h
+++ b/knode/knglobals.h
@@ -20,7 +20,7 @@
#include <tdeconfig.h>
#include "resource.h"
-#include <tdepimmacros.h>
+#include <kdemacros.h>
class TDEInstance;
class KNConfigManager;
diff --git a/knode/kngroup.h b/knode/kngroup.h
index fef5c6d6..15f26839 100644
--- a/knode/kngroup.h
+++ b/knode/kngroup.h
@@ -196,5 +196,3 @@ class KNGroup : public KNArticleCollection , public KNJobItem {
};
#endif
-
-// kate: space-indent on; indent-width 2;
diff --git a/knode/kngroupmanager.cpp b/knode/kngroupmanager.cpp
index 706e9d9b..b429bd6c 100644
--- a/knode/kngroupmanager.cpp
+++ b/knode/kngroupmanager.cpp
@@ -700,5 +700,3 @@ void KNGroupManager::slotCheckForNewGroups(KNNntpAccount *a, TQDate date)
//--------------------------------
#include "kngroupmanager.moc"
-
-// kate: space-indent on; indent-width 2;
diff --git a/knode/kngrouppropdlg.h b/knode/kngrouppropdlg.h
index 0c640bea..c7c408b7 100644
--- a/knode/kngrouppropdlg.h
+++ b/knode/kngrouppropdlg.h
@@ -55,5 +55,3 @@ class KNGroupPropDlg : public KDialogBase {
};
#endif
-
-// kate: space-indent on; indent-width 2;
diff --git a/knode/knmainwidget.h b/knode/knmainwidget.h
index c90e697d..418e0d3e 100644
--- a/knode/knmainwidget.h
+++ b/knode/knmainwidget.h
@@ -21,7 +21,7 @@
#include "resource.h"
#include <tqglobal.h>
-#include <tdepimmacros.h>
+#include <kdemacros.h>
class TQListViewItem;
diff --git a/knode/knnntpaccount.h b/knode/knnntpaccount.h
index 23567077..852fa9ab 100644
--- a/knode/knnntpaccount.h
+++ b/knode/knnntpaccount.h
@@ -114,5 +114,3 @@ class KNNntpAccount : public KNCollection , public KNServerInfo {
};
#endif
-
-// kate: space-indent on; indent-width 2;
diff --git a/knode/knstringfilter.cpp b/knode/knstringfilter.cpp
index ba594a9f..20c62f1d 100644
--- a/knode/knstringfilter.cpp
+++ b/knode/knstringfilter.cpp
@@ -161,5 +161,3 @@ void KNStringFilterWidget::setStartFocus()
// -----------------------------------------------------------------------------+
#include "knstringfilter.moc"
-
-// kate: space-indent on; indent-width 2;
diff --git a/knode/smtpaccountwidget_base.ui b/knode/smtpaccountwidget_base.ui
index 702ce90d..e0afff0a 100644
--- a/knode/smtpaccountwidget_base.ui
+++ b/knode/smtpaccountwidget_base.ui
@@ -143,9 +143,6 @@
<property name="text">
<string>None</string>
</property>
- <property name="accel">
- <string></string>
- </property>
</widget>
<widget class="TQRadioButton">
<property name="name">
@@ -154,9 +151,6 @@
<property name="text">
<string>SSL</string>
</property>
- <property name="accel">
- <string></string>
- </property>
</widget>
<widget class="TQRadioButton">
<property name="name">
@@ -165,9 +159,6 @@
<property name="text">
<string>TLS</string>
</property>
- <property name="accel">
- <string></string>
- </property>
</widget>
</vbox>
</widget>