diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-07 21:06:26 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-07 21:06:26 -0600 |
commit | 7f959cdbe2c5599c2716058a65f392e45f115ab7 (patch) | |
tree | f70c546b087766f504aea19c0979c9b06d28d489 | |
parent | f90b95287d045ccaabd915b9f870441102d96b0c (diff) | |
download | adept-7f959cdbe2c5599c2716058a65f392e45f115ab7.tar.gz adept-7f959cdbe2c5599c2716058a65f392e45f115ab7.zip |
Rename additional members for tqt3
-rw-r--r-- | adept/adept/commitprogress.h | 2 | ||||
-rw-r--r-- | adept/adept/dpkgpm-gui.cpp | 2 | ||||
-rw-r--r-- | adept/libadept/commitprogress.h | 2 | ||||
-rw-r--r-- | adept/libadept/dpkgpm-gui.cpp | 2 |
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) |