Fix more FBTFS problems

pull/1/head
Timothy Pearson 13 years ago
parent 6b8689efa7
commit 32f900cc79

@ -1 +1 @@
Subproject commit 26d642b2620397b76d5fbb64a9ef5ca8f2334f72 Subproject commit 21cb4a9d2a0e083b10dee6d22958c4f58de6c5b2

@ -97,6 +97,9 @@
<slot>slotItemDoubleClicked(TQListViewItem*)</slot> <slot>slotItemDoubleClicked(TQListViewItem*)</slot>
</connection> </connection>
</connections> </connections>
<forwards>
<forward>class TQListViewItem;</forward>
</forwards>
<Q_SLOTS> <Q_SLOTS>
<slot access="protected">slotContextMenuRequested(KListView*,TQListViewItem*, const TQPoint&amp;)</slot> <slot access="protected">slotContextMenuRequested(KListView*,TQListViewItem*, const TQPoint&amp;)</slot>
<slot access="protected">slotItemDoubleClicked(TQListViewItem*)</slot> <slot access="protected">slotItemDoubleClicked(TQListViewItem*)</slot>

@ -19,11 +19,11 @@
***************************************************************************/ ***************************************************************************/
#include "blamedisplay_impl.h" #include "blamedisplay_impl.h"
#include "simple_logcb.h" #include "simple_logcb.h"
#include "src/settings/tdesvnsettings.h" #include "tdesvnsettings.h"
#include "src/svnqt/log_entry.hpp" #include "log_entry.hpp"
#include "fronthelpers/cursorstack.h" #include "cursorstack.h"
#include "fronthelpers/widgetblockstack.h" #include "widgetblockstack.h"
#include "src/ksvnwidgets/encodingselector_impl.h" #include "encodingselector_impl.h"
#include <klistview.h> #include <klistview.h>
#include <kglobalsettings.h> #include <kglobalsettings.h>
@ -66,7 +66,7 @@ public:
void localeChanged() void localeChanged()
{ {
if (!codec_searched) { if (!codec_searched) {
cc = TQTextCodec::codecForName(Kdesvnsettings::locale_for_blame()); cc = TQTextCodec::codecForName(Kdesvnsettings::locale_for_blame().ascii());
codec_searched = true; codec_searched = true;
} }
if (cc) { if (cc) {

@ -20,10 +20,10 @@
#include "fillcachethread.h" #include "fillcachethread.h"
#include "tcontextlistener.h" #include "tcontextlistener.h"
#include "src/svnqt/cache/LogCache.hpp" #include "LogCache.hpp"
#include "src/svnqt/cache/ReposLog.hpp" #include "ReposLog.hpp"
#include "src/svnqt/cache/DatabaseException.hpp" #include "DatabaseException.hpp"
#include "src/tdesvn_events.h" #include "tdesvn_events.h"
#include <tqobject.h> #include <tqobject.h>
#include <kdebug.h> #include <kdebug.h>

@ -29,6 +29,7 @@
#include <tqthread.h> #include <tqthread.h>
#include <tqevent.h> #include <tqevent.h>
#include <tqmutex.h>
class TQObject; class TQObject;

@ -186,7 +186,7 @@
</customwidget> </customwidget>
<customwidget> <customwidget>
<class>DepthSelector</class> <class>DepthSelector</class>
<header location="local">src/ksvnwidgets/depthselector.h</header> <header location="local">depthselector.h</header>
<sizehint> <sizehint>
<width>-1</width> <width>-1</width>
<height>30</height> <height>30</height>
@ -218,6 +218,6 @@
<includehint>klineedit.h</includehint> <includehint>klineedit.h</includehint>
<includehint>kpushbutton.h</includehint> <includehint>kpushbutton.h</includehint>
<includehint>rangeinput_impl.h</includehint> <includehint>rangeinput_impl.h</includehint>
<includehint>src/ksvnwidgets/depthselector.h</includehint> <includehint>depthselector.h</includehint>
</includehints> </includehints>
</UI> </UI>

@ -29,6 +29,7 @@
#include <tqthread.h> #include <tqthread.h>
#include <tqevent.h> #include <tqevent.h>
#include <tqmutex.h>
class TQObject; class TQObject;

@ -462,6 +462,9 @@
<slot access="protected">slotRevisionSelected()</slot> <slot access="protected">slotRevisionSelected()</slot>
<slot access="protected">slotGetLogs()</slot> <slot access="protected">slotGetLogs()</slot>
</Q_SLOTS> </Q_SLOTS>
<forwards>
<forward>class TQListViewItem;</forward>
</forwards>
<layoutdefaults spacing="2" margin="2"/> <layoutdefaults spacing="2" margin="2"/>
<includehints> <includehints>
<includehint>kpushbutton.h</includehint> <includehint>kpushbutton.h</includehint>

@ -20,10 +20,10 @@
#include "tcontextlistener.h" #include "tcontextlistener.h"
#include "ccontextlistener.h" #include "ccontextlistener.h"
#include "src/ksvnwidgets/authdialogimpl.h" #include "authdialogimpl.h"
#include "src/ksvnwidgets/logmsg_impl.h" #include "logmsg_impl.h"
#include "src/ksvnwidgets/ssltrustprompt_impl.h" #include "ssltrustprompt_impl.h"
#include "src/helpers/stringhelper.h" #include "stringhelper.h"
#include "threadcontextlistenerdata.h" #include "threadcontextlistenerdata.h"
#include <kapplication.h> #include <kapplication.h>

@ -20,10 +20,11 @@
#ifndef THREADCONTEXTLISTENERDATA_H #ifndef THREADCONTEXTLISTENERDATA_H
#define THREADCONTEXTLISTENERDATA_H #define THREADCONTEXTLISTENERDATA_H
#include "src/svnqt/context_listener.hpp" #include "context_listener.hpp"
#include <tqthread.h> #include <tqthread.h>
#include <tqstring.h> #include <tqstring.h>
#include <tqwaitcondition.h>
/** /**
@author Rajko Albrecht @author Rajko Albrecht

Loading…
Cancel
Save