pull/1/head
Timothy Pearson 13 years ago
parent 5978cf545a
commit 9bb8a7c149

@ -57,13 +57,13 @@ void StupidWarningMessagesFromTQt( TQtMsgType type, const char *msg )
{
switch ( type )
{
case QtDebugMsg:
case TQtDebugMsg:
// printf("TQt: Debug: %s\n",msg);
break;
case QtWarningMsg:
case TQtWarningMsg:
printf("TQt: Warning: %s\n",msg);
break;
case QtFatalMsg:
case TQtFatalMsg:
printf("TQt: Fatal : %s\n",msg);
abort(); // deliberately core dump
break;

@ -21,6 +21,8 @@
#ifndef TRACKERVIEW_H
#define TRACKERVIEW_H
#include <tqlistview.h>
#include <kurl.h>
#include "trackerviewbase.h"

@ -298,6 +298,9 @@
<slot>btnRestore_clicked()</slot>
</connection>
</connections>
<forwards>
<forward>class TQListViewItem;</forward>
</forwards>
<Q_SLOTS>
<slot>btnChange_clicked()</slot>
<slot>listTrackers_currentChanged(TQListViewItem*)</slot>

Loading…
Cancel
Save