From 7f959cdbe2c5599c2716058a65f392e45f115ab7 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 7 Mar 2012 21:06:26 -0600 Subject: [PATCH] Rename additional members for tqt3 --- adept/adept/commitprogress.h | 2 +- adept/adept/dpkgpm-gui.cpp | 2 +- adept/libadept/commitprogress.h | 2 +- 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( - 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( - 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( - 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( - m_terminalPart->qt_cast( "ExtTerminalInterface" ) ); + m_terminalPart->tqt_cast( "ExtTerminalInterface" ) ); } bool DPkgPM::forkScript (const char *cmd, bool fP)