summaryrefslogtreecommitdiffstats
path: root/kghostview
diff options
context:
space:
mode:
Diffstat (limited to 'kghostview')
-rw-r--r--kghostview/fullscreenfilter.h2
-rw-r--r--kghostview/infodialog.h2
-rw-r--r--kghostview/kdscerrordialog.h2
-rw-r--r--kghostview/kgv_miniwidget.h2
-rw-r--r--kghostview/kgv_view.h6
-rw-r--r--kghostview/kgvdocument.h4
-rw-r--r--kghostview/kgvmainwidget.h2
-rw-r--r--kghostview/kgvpageview.h2
-rw-r--r--kghostview/kgvshell.h2
-rw-r--r--kghostview/kpswidget.h2
-rw-r--r--kghostview/logwindow.h2
-rw-r--r--kghostview/marklist.h4
-rw-r--r--kghostview/scrollbox.h2
-rw-r--r--kghostview/thumbnailservice.h2
-rw-r--r--kghostview/viewcontrol.h2
15 files changed, 19 insertions, 19 deletions
diff --git a/kghostview/fullscreenfilter.h b/kghostview/fullscreenfilter.h
index c6e72f87..a9d18366 100644
--- a/kghostview/fullscreenfilter.h
+++ b/kghostview/fullscreenfilter.h
@@ -28,7 +28,7 @@ class KGVShell;
*/
class FullScreenFilter : public TQObject {
Q_OBJECT
- TQ_OBJECT
+
public:
FullScreenFilter( KGVShell& parent );
diff --git a/kghostview/infodialog.h b/kghostview/infodialog.h
index af35e997..d02860f0 100644
--- a/kghostview/infodialog.h
+++ b/kghostview/infodialog.h
@@ -27,7 +27,7 @@ class TQLabel;
class InfoDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
InfoDialog( TQWidget *parent=0, const char *name=0, bool modal=true );
diff --git a/kghostview/kdscerrordialog.h b/kghostview/kdscerrordialog.h
index 7b9d7cef..32acf864 100644
--- a/kghostview/kdscerrordialog.h
+++ b/kghostview/kdscerrordialog.h
@@ -42,7 +42,7 @@ private:
class KDSCErrorDialog : public KDialog, public KDSCErrorHandler
{
Q_OBJECT
- TQ_OBJECT
+
public:
KDSCErrorDialog( TQWidget* parent = 0 );
diff --git a/kghostview/kgv_miniwidget.h b/kghostview/kgv_miniwidget.h
index 7b212157..afa1e326 100644
--- a/kghostview/kgv_miniwidget.h
+++ b/kghostview/kgv_miniwidget.h
@@ -38,7 +38,7 @@ class MarkList;
class KGVMiniWidget : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
KGVMiniWidget( KGVPart* part, const char* name = 0 );
diff --git a/kghostview/kgv_view.h b/kghostview/kgv_view.h
index f3fe468f..61c9d77c 100644
--- a/kghostview/kgv_view.h
+++ b/kghostview/kgv_view.h
@@ -55,7 +55,7 @@ class ScrollBox;
class KGVPart: public KParts::ReadOnlyPart
{
Q_OBJECT
- TQ_OBJECT
+
public:
KGVPart( TQWidget* parentWidget, const char* widgetName,
TQObject* parent, const char* name,
@@ -231,7 +231,7 @@ private:
class KGVBrowserExtension : public KParts::BrowserExtension
{
Q_OBJECT
- TQ_OBJECT
+
friend class KGVPart; // emits our signals
public:
KGVBrowserExtension( KGVPart* parent );
@@ -245,7 +245,7 @@ public slots:
class KGVRun : public KRun
{
Q_OBJECT
- TQ_OBJECT
+
public:
KGVRun( const KURL& url, mode_t mode = 0,
diff --git a/kghostview/kgvdocument.h b/kghostview/kgvdocument.h
index 503a6ccc..c207d627 100644
--- a/kghostview/kgvdocument.h
+++ b/kghostview/kgvdocument.h
@@ -34,7 +34,7 @@ class Pdf2dsc;
class KGVDocument : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
enum Format { PS, PDF };
@@ -160,7 +160,7 @@ private:
class Pdf2dsc : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
Pdf2dsc( const TQString& ghostscriptPath, TQObject* parent = 0, const char* name = 0 );
diff --git a/kghostview/kgvmainwidget.h b/kghostview/kgvmainwidget.h
index df280887..4ca6bf23 100644
--- a/kghostview/kgvmainwidget.h
+++ b/kghostview/kgvmainwidget.h
@@ -26,7 +26,7 @@ class KURL;
class KGVMainWidget : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
KGVMainWidget( TQWidget* parent = 0, const char* name = 0 );
diff --git a/kghostview/kgvpageview.h b/kghostview/kgvpageview.h
index c0dec421..91e8c11b 100644
--- a/kghostview/kgvpageview.h
+++ b/kghostview/kgvpageview.h
@@ -30,7 +30,7 @@
class KGVPageView : public TQScrollView
{
Q_OBJECT
- TQ_OBJECT
+
public:
KGVPageView( TQWidget* parent = 0, const char* name = 0 );
diff --git a/kghostview/kgvshell.h b/kghostview/kgvshell.h
index 7152fc88..7d3f4def 100644
--- a/kghostview/kgvshell.h
+++ b/kghostview/kgvshell.h
@@ -38,7 +38,7 @@ class FullScreenFilter;
class KDE_EXPORT KGVShell : public KParts::MainWindow
{
Q_OBJECT
- TQ_OBJECT
+
public:
KGVShell();
diff --git a/kghostview/kpswidget.h b/kghostview/kpswidget.h
index 90b14e24..40f8614e 100644
--- a/kghostview/kpswidget.h
+++ b/kghostview/kpswidget.h
@@ -46,7 +46,7 @@ class MessagesDialog;
class KPSWidget : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
KPSWidget( TQWidget* parent = 0, const char* name = 0 );
diff --git a/kghostview/logwindow.h b/kghostview/logwindow.h
index b81d0396..b8650f33 100644
--- a/kghostview/logwindow.h
+++ b/kghostview/logwindow.h
@@ -28,7 +28,7 @@ class KURLLabel;
class LogWindow : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
LogWindow( const TQString& caption,
diff --git a/kghostview/marklist.h b/kghostview/marklist.h
index 9b0b7b5e..54992a88 100644
--- a/kghostview/marklist.h
+++ b/kghostview/marklist.h
@@ -27,7 +27,7 @@ class KGVMiniWidget;
class MarkListItem : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
MarkListItem( TQWidget *parent, const TQString &text, const TQString &tip, const TQColor &color, KGVMiniWidget*, int );
@@ -55,7 +55,7 @@ private:
class MarkList: public TQTable
{
Q_OBJECT
- TQ_OBJECT
+
public:
MarkList( TQWidget* parent = 0, const char* name = 0, KGVMiniWidget* = 0 );
diff --git a/kghostview/scrollbox.h b/kghostview/scrollbox.h
index f324dc57..9a9f77e1 100644
--- a/kghostview/scrollbox.h
+++ b/kghostview/scrollbox.h
@@ -25,7 +25,7 @@
class ScrollBox: public TQFrame
{
Q_OBJECT
- TQ_OBJECT
+
public:
ScrollBox( TQWidget* parent = 0, const char* name = 0 );
diff --git a/kghostview/thumbnailservice.h b/kghostview/thumbnailservice.h
index afbffa9f..0b1262f1 100644
--- a/kghostview/thumbnailservice.h
+++ b/kghostview/thumbnailservice.h
@@ -30,7 +30,7 @@ class TQTimer;
class ThumbnailService : public TQObject {
Q_OBJECT
- TQ_OBJECT
+
public:
ThumbnailService( KGVMiniWidget* parent, const char* name = 0 );
~ThumbnailService();
diff --git a/kghostview/viewcontrol.h b/kghostview/viewcontrol.h
index 8eac289e..db78ba79 100644
--- a/kghostview/viewcontrol.h
+++ b/kghostview/viewcontrol.h
@@ -9,7 +9,7 @@ class TQPushButton;
class ViewControl : public TQDialog
{
Q_OBJECT
- TQ_OBJECT
+
public:
ViewControl( TQWidget *parent, const char *name );
TQComboBox* magComboBox;