summaryrefslogtreecommitdiffstats
path: root/clients/tde/src/part/scope
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2019-01-24 12:46:57 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2019-01-24 12:46:57 -0600
commit480f92da42b4c762c24498875e1483e8aba41f05 (patch)
tree82d6fc79593461ffdcda74cc2ff4c595652238f4 /clients/tde/src/part/scope
parent5f9aca6f188a503f5aafa1a5845b3e144373914a (diff)
downloadulab-480f92da42b4c762c24498875e1483e8aba41f05.tar.gz
ulab-480f92da42b4c762c24498875e1483e8aba41f05.zip
Finish QT-->TQT conversion
Diffstat (limited to 'clients/tde/src/part/scope')
-rw-r--r--clients/tde/src/part/scope/Makefile.am2
-rw-r--r--clients/tde/src/part/scope/part.h8
2 files changed, 5 insertions, 5 deletions
diff --git a/clients/tde/src/part/scope/Makefile.am b/clients/tde/src/part/scope/Makefile.am
index 1abe8e4..cd98191 100644
--- a/clients/tde/src/part/scope/Makefile.am
+++ b/clients/tde/src/part/scope/Makefile.am
@@ -6,7 +6,7 @@ KDE_ICON = libremotelab_scope
#Part
kde_module_LTLIBRARIES = libremotelab_scope.la
-libremotelab_scope_la_LIBADD = ../../widgets/libtracewidget.la ../../widgets/libfloatspinbox.la $(LIB_KFILE) $(LIB_TDEPARTS) $(LIB_TDEUI) $(LIB_QT)
+libremotelab_scope_la_LIBADD = ../../widgets/libtracewidget.la ../../widgets/libfloatspinbox.la $(LIB_KFILE) $(LIB_TDEPARTS) $(LIB_TDEUI) $(LIB_TQT)
libremotelab_scope_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -ltdecore -ltdeui -ltdeio -ltdefx -ltdekrbsocket -ltqtrla $(FFTS_LIBS)
libremotelab_scope_la_SOURCES = \
part.cpp layout.ui
diff --git a/clients/tde/src/part/scope/part.h b/clients/tde/src/part/scope/part.h
index f483a6b..26e41de 100644
--- a/clients/tde/src/part/scope/part.h
+++ b/clients/tde/src/part/scope/part.h
@@ -54,7 +54,7 @@ namespace RemoteLab
{
class TraceControlWidget : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
TraceControlWidget(TQWidget *parent=0, const char *name=0);
@@ -89,7 +89,7 @@ namespace RemoteLab
class MathTraceControlWidget : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
MathTraceControlWidget(TQWidget *parent=0, const char *name=0);
@@ -143,7 +143,7 @@ namespace RemoteLab
class TimebaseControlWidget : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
TimebaseControlWidget(TQWidget *parent=0, const char *name=0);
@@ -169,7 +169,7 @@ namespace RemoteLab
class ScopePart : public KParts::RemoteInstrumentPart
{
- Q_OBJECT
+ TQ_OBJECT
public:
ScopePart( QWidget *, const char *, TQObject *, const char *, const TQStringList&);