summaryrefslogtreecommitdiffstats
path: root/adept
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-07 21:06:26 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-07 21:06:26 -0600
commit7f959cdbe2c5599c2716058a65f392e45f115ab7 (patch)
treef70c546b087766f504aea19c0979c9b06d28d489 /adept
parentf90b95287d045ccaabd915b9f870441102d96b0c (diff)
downloadadept-7f959cdbe2c5599c2716058a65f392e45f115ab7.tar.gz
adept-7f959cdbe2c5599c2716058a65f392e45f115ab7.zip
Rename additional members for tqt3
Diffstat (limited to 'adept')
-rw-r--r--adept/adept/commitprogress.h2
-rw-r--r--adept/adept/dpkgpm-gui.cpp2
-rw-r--r--adept/libadept/commitprogress.h2
-rw-r--r--adept/libadept/dpkgpm-gui.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/adept/adept/commitprogress.h b/adept/adept/commitprogress.h
index 916e4da..12fdfd0 100644
--- a/adept/adept/commitprogress.h
+++ b/adept/adept/commitprogress.h
@@ -20,7 +20,7 @@ public:
ExtTerminalInterface *terminal() {
return static_cast<ExtTerminalInterface*>(
- m_konsole->qt_cast( "ExtTerminalInterface" ) );
+ m_konsole->tqt_cast( "ExtTerminalInterface" ) );
}
// needs to be called before aptFront::init() :'((
diff --git a/adept/adept/dpkgpm-gui.cpp b/adept/adept/dpkgpm-gui.cpp
index a463c7d..e21a348 100644
--- a/adept/adept/dpkgpm-gui.cpp
+++ b/adept/adept/dpkgpm-gui.cpp
@@ -97,7 +97,7 @@ bool DPkgPM::forkDpkg( char *const argv[] )
ExtTerminalInterface *DPkgPM::terminal() {
return static_cast<ExtTerminalInterface *>(
- m_terminalPart->qt_cast( "ExtTerminalInterface" ) );
+ m_terminalPart->tqt_cast( "ExtTerminalInterface" ) );
}
bool DPkgPM::forkScript (const char *cmd, bool fP)
diff --git a/adept/libadept/commitprogress.h b/adept/libadept/commitprogress.h
index 916e4da..12fdfd0 100644
--- a/adept/libadept/commitprogress.h
+++ b/adept/libadept/commitprogress.h
@@ -20,7 +20,7 @@ public:
ExtTerminalInterface *terminal() {
return static_cast<ExtTerminalInterface*>(
- m_konsole->qt_cast( "ExtTerminalInterface" ) );
+ m_konsole->tqt_cast( "ExtTerminalInterface" ) );
}
// needs to be called before aptFront::init() :'((
diff --git a/adept/libadept/dpkgpm-gui.cpp b/adept/libadept/dpkgpm-gui.cpp
index a463c7d..e21a348 100644
--- a/adept/libadept/dpkgpm-gui.cpp
+++ b/adept/libadept/dpkgpm-gui.cpp
@@ -97,7 +97,7 @@ bool DPkgPM::forkDpkg( char *const argv[] )
ExtTerminalInterface *DPkgPM::terminal() {
return static_cast<ExtTerminalInterface *>(
- m_terminalPart->qt_cast( "ExtTerminalInterface" ) );
+ m_terminalPart->tqt_cast( "ExtTerminalInterface" ) );
}
bool DPkgPM::forkScript (const char *cmd, bool fP)